Product Code Database
Example Keywords: grand theft -belt $7
   » » Wiki: At Sign
Tag Wiki 'At Sign'.
Tag

The at sign, , is an and abbreviation meaning "at a rate of" (e.g. 7 widgets @ £2 per widget = £14),See, for example, Browns Index to Photocomposition Typography (p. 37), Greenwood Publishing, 1983, now seen more widely in addresses and platform handles. It is normally read aloud as "at" and is also commonly called the at symbol, commercial at, or address sign. Most languages have their own name for the symbol.

Although not included on the of the earliest commercially successful , it was on at least one 1889 model "The @-symbol, part 2 of 2" , Shady Characters ⌂ The secret life of punctuation and the very successful Underwood models from the "Underwood No. 5" in 1900 onward. It started to be used in email addresses in the 1970s, and is now routinely included on most types of computer keyboards.


History
[[File:19-manasses-chronicle.jpg|180px|thumb|@ symbol used as the initial "a" for the "amin" (amen) formula in the Bulgarian
of the Manasses Chronicle, .]]
     
The earliest yet discovered symbol in this shape is found in a Bulgarian translation of a chronicle written by Constantinos Manasses in 1345. Held today in the Vatican Apostolic Library, it features the @ symbol in place of the capital letter "Α" as an in the word Amen; however, the reason behind it being used in this context is still unknown. The evolution of the symbol as used today is not recorded.

It has long been used in , and Portuguese as an abbreviation of , a unit of weight equivalent to 25 pounds, and derived from the expression of "the quarter" (الربع pronounced ar-rubʿ). A symbol resembling an @ is found in the Spanish "Taula de Ariza", a registry to denote a wheat shipment from Castile to Aragon, in 1448. The historian Giorgio Stabile claims to have traced the @ symbol to the 16th century, in a mercantile document sent by Francesco Lapi from to on May 4, 1536. The document is about commerce with , in particular the price of an @ of wine in . Currently, the word arroba means both the at-symbol and a unit of weight. In Venetian, the symbol was interpreted to mean (anfora), a unit of weight and volume based upon the capacity of the standard amphora jar since the 6th century. It could also mean “adi” (standard Italian “addì”, i. e. ‘on the day of’) as used on a health pass in Northern Italy in 1667.[3] Jürgen Beyer, ‘Gesundheitspässe und Impfatteste’, Gesellschaft für Schleswig-Holsteinische Geschichte. Mitteilungen 100 (2021), 21–29, reproduction on p. 26.


Name
The name of the symbol arises from its original use in showing quantities and their price per unit for example, "10 widgets @ £1.50 each". The precise origin of the symbol is uncertain.

The absence of a single English word for the symbol has prompted some writers to use the arobase, to coin new words such as ampersat} and asperand, or the (visual) onomatopoeia , but none of these have achieved wide use.


Modern use

Commercial usage
In contemporary English usage, @ is a commercial symbol, meaning at and at the rate of or at the price of. It has rarely been used in financial ledgers, and is not used in standard .Bringhurst, Robert (2002). The Elements of Typographic Style (version 2.5), p.272. Vancouver: Hartley & Marks. .


Trademark
In 2012, "@" was registered as a with the German Patent and Trade Mark Office.German Patent and Trademark Office, registration number 302012038338 . A cancellation request was filed in 2013, and the cancellation was ultimately confirmed by the German Federal Patent Court in 2017.Bundespatentgericht, decision of 22 February 2017, no. 26 W (pat) 44/14 ( online ).


Email addresses
A common contemporary use of @ is in (using the system), as in jdoe@example.com (the user jdoe located at the domain example.com). of is credited for having introduced this usage in 1971. This idea of the symbol representing located at in the form user@host is also seen in other tools and protocols; for example, the command ssh jdoe@example.net tries to establish an connection to the computer with the example.net using the username jdoe.

On web pages, organizations often obscure the email addresses of their members or employees by omitting the @. This practice, known as , attempts to make the email addresses less vulnerable to spam programs that scan the internet for them.


Social media
On some social media platforms and forums, usernames may be prefixed with an @ (in the form @johndoe); this type of username is frequently referred to as a "handle".

On online forums without threaded discussions, @ is commonly used to denote a reply; for instance: @Jane to respond to a comment Jane made earlier. Similarly, in some cases, @ is used for "attention" in email messages originally sent to someone else. For example, if an email was sent from Catherine to Steve, but in the body of the email, Catherine wants to make Keirsten aware of something, Catherine will start the line to indicate to Keirsten that the following sentence concerns her. This also helps with mobile email users who might not see bold or color in email.

In (such as on , - and -based microblogs), an @ before the user name is used to send publicly readable replies (e.g. @otheruser: Message text here). The blog and client software can automatically interpret these as links to the user in question. When included as part of a person's or company's contact details, an @ symbol followed by a name is normally understood to refer to a Twitter handle. A similar use of the @ symbol was also made available to Facebook users on September 15, 2009. In Internet Relay Chat (IRC), it is shown before users' nicknames to denote they have operator status on a channel.


Sports usage
In the @ can be used to add information about a sporting event. Where opposing sports teams have their names separated by a "v" (for ), the away team can be written first – and the normal "v" replaced with @ to convey at which team's home field the game will be played.For an example, see: http://www.nfl.com/schedules This usage is not followed in , since conventionally the home team is written first.


Computer languages
@ is used in various programming languages and other computer languages, although there is not a consistent theme to its usage. For example:
  • In , @ is used in XML parsing and traversal as a string prefix to identify attributes in contrast to child elements.
  • In Ada 2022, @ is the target name symbol, an abbreviation of the LHS of an assignment; it is used to avoid repetition of potentially long names in assignment statements. For example: A_Very_Long_Variable_Name := A_Very_Long_Variable_Name + 1; is shortened to A_Very_Long_Variable_Name := @ + 1;, increasing readability.
  • In ALGOL 68, the @ symbol is brief form of the at keyword; it is used to change the lower bound of an array. For example: refers to an array starting at index 88.
  • In Dyalog APL, @ is used as a functional way to modify or replace data at specific locations in an array.
  • In the ASP.NET MVC Razor template markup syntax, the @ character denotes the start of code statement blocks or the start of text content.
  • In Assembly language, @ is sometimes used as a dereference operator.
  • In , @ is used in special statements outside of a CSS block.
  • In C#, it denotes "verbatim strings", where no characters are escaped and two double-quote characters represent a single double-quote. 2.4.4.5 String literals , As a prefix it also allows keywords to be used as identifiers, a form of stropping.
  • In D, it denotes function attributes: like: @safe, @nogc, user defined @('from_user') which can be evaluated at compile time (with __traits) or @property to declare properties, which are functions that can be syntactically treated as if they were fields or variables.
  • In DIGITAL Command Language, the @ character was the command used to execute a command procedure. To run the command procedure VMSINSTAL.COM, one would type @VMSINSTAL at the command prompt.
  • In the Domain Name System (DNS), @ is used to represent the , typically the "root" of the domain without a prefixed sub-domain. (Ex: wikipedia.org vs. www.wikipedia.org)
  • In Forth, it is used to fetch values from the address on the top of the stack. The operator is pronounced as "fetch".
  • In , it is used in so-called as-patterns. This notation can be used to give aliases to , making them more readable.
  • in , it can be encoded as @
  • In J, denotes function composition.
  • In Java, it has been used to denote , a kind of metadata, since version 5.0.
  • In Julia, it denotes the invocation of a macro.
  • In , it is prefixed to a parameter to indicate that the parameter is passed by reference.
  • In an autostart file (as used, for example, on the computer), @ is prefixed to a command to indicate that the command should be automatically re-executed if it crashes.
  • In a , @ specifies to not output the command before it is executed.
  • In ML, it denotes list concatenation.
  • In , specifically when representing , @ is sometimes used as a logical symbol to denote the actual world (the world we are "at").
  • In , @ is prefixed to language-specific keywords such as @implementation and to form string literals.
  • In InterSystems ObjectScript, @ is the indirection operator, enabling dynamic runtime substitution of part or all of a command line, a command, or a command argument.
  • In Pascal, @ is the "address of" operator (it tells the location at which a variable is found).
  • In , @ prefixes variables which contain arrays , including array and hash slices or . This use is known as a sigil.
  • In , it is used just before an expression to make the interpreter suppress errors that would be generated from that expression.
  • In Python 2.4 and up, it is used to decorate a function (wrap the function in another one at creation time). In Python 3.5 and up, it is also used as an overloadable matrix multiplication operator.
  • In R and , it is used to extract slots from S4 objects.
  • In Razor, it is used for C# code blocks.
  • In Ruby, it functions as a sigil: @ prefixes instance variables, and @@ prefixes .
  • In Rust, it is used to bind values matched by a pattern to a variable.
  • In Scala, it is used to denote annotations (as in Java), and also to bind names to subpatterns in pattern-matching expressions.
  • In Swift, @ prefixes "annotations" that can be applied to classes or members. Annotations tell the compiler to apply special semantics to the declaration like keywords, without adding keywords to the language.
  • In , @ prefixes variables and @@ prefixes "niladic" system functions.
  • In several -type programming languages, like , / and Clipper, it is used to denote position on the screen. For example: to show the word "HELLO" in line 1, column 1.
    • In FoxPro/Visual FoxPro, it is also used to indicate explicit pass by reference of variables when calling (but it is not an operator).
  • In a Windows , an @ at the start of a line suppresses the echoing of that command. In other words, is the same as ECHO OFF applied to the current line only. Normally a Windows command is executed and takes effect from the next line onward, but @ is a rare example of a command that takes effect immediately. It is most commonly used in the form which not only switches off echoing but prevents the command line itself from being echoed.
  • In Windows PowerShell, @ is used as array operator for array and hash table literals and for enclosing here-string literals.


Gender neutrality in Spanish
In , where many words end in "-o" when in the masculine gender and end "-a" in the feminine, @ is sometimes used as a gender-neutral substitute for the default "o" ending. For example, the word amigos traditionally represents not only male friends, but also a mixed group, or where the genders are not known. The proponents of gender-inclusive language would replace it with amig@s in these latter two cases, and use amigos only when the group referred to is all-male and amigas only when the group is all female. The Real Academia Española disapproves of this usage.


Other uses and meanings
  • In (especially English) scientific and technical literature, @ is used to describe the conditions under which data are valid or a measurement has been made. E.g. the density of saltwater may read d = 1.050 g/cm3 @ 15 °C (read "at" for @), density of a gas d = 0.150 g/L @ 20 °C, 1 bar, or noise of a car 81 dB @ 80 km/h (speed).
  • In philosophical logic, '@' is used to denote the actual world (in contrast to non-actual possible worlds). Analogously, a 'designated' world in a may be labelled '@'.
  • In chemical formulae, @ is used to denote trapped atoms or molecules. For instance, La@C60 means inside a cage. See article Endohedral fullerene for details.
  • In Malagasy, @ is an informal abbreviation for the prepositional form amin'ny.
  • In , @ is an informal abbreviation for the word "atau", meaning "or" in English.
  • In , @ is the abbreviation for locus, as in IGL@ for immunoglobulin lambda locus.
  • In the of , @ is used as a letter in . The Unicode Consortium rejected a proposal to encode it separately as a letter in . SIL International uses Private Use Area code points U+F247 and U+F248 for lowercase and capital versions, although they have marked this PUA representation as since September 2014.Constable, Peter, and Lorna A. Priest (January 17, 2019) SIL Corporate PUA Assignments 5.2a . SIL International . pp. 59–60. Retrieved on July 20, 2020.
  • A , as the actual schwa character "ə" may be difficult to produce on many computers. It is used in this capacity in some ASCII IPA schemes, including and .
  • In it may substitute for the letter "A".
  • It is frequently used in typing and as an abbreviation for "at".
    (2025). 9780191623400, New York: Oxford University Press. .
  • In Portugal it may be used in typing and text messaging with the meaning "" ( linguado).
  • In online discourse, @ is used by some as a substitute for the traditional .
  • Algebraic notation for the chess variant: An @ between a piece and a square denotes a piece dropped onto that square from the player's reserve.
  • In many games @ is used to represent player character


Names in other languages
In many languages other than English, although most typewriters included the symbol, the use of @ was less common before email became widespread in the mid-1990s. Consequently, it is often perceived in those languages as denoting "the Internet", computerization, or modernization in general. Naming the symbol after animals is also common.
  • In , it is called aapstert, meaning 'monkey tail', similarly to the use of the word ( is the word for 'monkey' or 'ape' in , comes from the Dutch ).
  • In , it is آتْ (at).
  • In Armenian, it is (shnik), which means 'puppy'.
  • In Azerbaijani, it is ət (at) which means 'meat', though most likely it is a phonetic transliteration of at.
  • In , it is a bildua ('wrapped A').
  • In Belarusian, it is called (sʹlimak, meaning 'helix' or 'snail').
  • In , it is ludo a ('crazy A').
  • In Bulgarian, it is called кльомба (klyomba – 'a badly written letter'), маймунско а (maymunsko a – 'monkey A'), маймунка (maimunka – 'little monkey'), or баница (banitsa – a pastry roll often made in a shape similar to the character)
  • In , it is called (a unit of measure) or ensaïmada (a pastry, because of the similar shape of this food).
  • In :
    • In , it used to be called (pronounced quān A), meaning 'circled A' / '', or (pronounced huā A), meaning 'lacy A', and sometimes as (pronounced xiǎo lǎoshǔ), meaning 'little '. Nowadays, for most of China's youth, it is called (pronounced ài tè), which is a phonetic transcription of at.
    • In , it is (pronounced xiǎo lǎoshǔ), meaning 'little '.
    • In and , it is at.
  • In Croatian, it is most often referred to by the English word at (pronounced et), and less commonly and more formally, with the preposition (with the addressee in the , not as per usual of pri), meaning 'at', 'chez' or 'by'. Informally, it is called a , coming from the local pronunciation of the English word monkey. Note that the Croatian words for monkey, , , jopec, šimija are not used to denote the symbol, except seldom the latter words regionally.
  • In it is called , which means ''; the same word is used in .
  • In , it is (''s trunk A'). It is not used for prices, where in Danish means 'at (per piece)'.
  • In , it is called ('monkey's tail'). The a is the first character of the Dutch word which means 'monkey' or 'ape'; is the plural of aap. However, the use of the English at has become increasingly popular in Dutch.
  • In , it is called ('at' – for the email use, with an address like "zamenhof@esperanto.org" pronounced zamenhof ĉe esperanto punkto org), ('each' – refers only to the mathematical use), or (meaning 'snail').
  • In Estonian, it is called ätt, from the English word at.
  • In , it is , ('at'), tranta, or snápil-a ('elephant's trunk A').
  • In , it was originally called ("fee sign") or ("unit price sign"), but these names are long obsolete and now rarely understood. Nowadays, it is officially , according to the national standardization institute SFS; frequently also spelled at-merkki. Other names include ('cat's tail') and ('miaow-meow') or short; “miu-mau”.
  • In , it is now officially the "At last, France has a name for the @ sign" , December 9, 2002, iol.co.zaitalic=unset (also spelled arrobase or ), or a commercial (though this is most commonly used in French-speaking Canada, and should normally only be used when quoting prices; it should always be called arobase or, better yet, arobas when in an email address). Its origin is the same as that of the word, which could be derived from the ar-roub (). In France, it is also common (especially for younger generations) to say the English word at when spelling out an email address. In everyday Québec French, one often hears a commercial when sounding out an e-mail address, while TV and radio hosts are more likely to use arobase.
  • In Georgian, it is at, spelled ეთ–ი (, ḳomerciuli et-i).
  • In , it has sometimes been referred to as Klammeraffe (meaning '') or Affenschwanz (meaning ' '). Klammeraffe or Affenschwanz refer to the similarity of @ to the tail of a monkey. More recently, it is commonly referred to as at, as in English.
  • In , it is called meaning 'duckling'.
  • In Greenlandic, an Inuit language, it is called meaning 'A-like' or 'something that looks like A'.
  • In , it is colloquially known as (strudel]]), due to the visual resemblance to a cross-section cut of a cake. The normative term, invented by the Academy of the Hebrew Language, is (krukhít), which is another Hebrew word for 'strudel', but is rarely used.
  • In , it is at, from the English word.
  • In Hungarian, it is called (a playful synonym for 'worm' or 'maggot').
  • In Icelandic, it is referred to as ("the at sign") or , which is a direct translation of the English word at.
  • In , speakers often say at the rate of (with e-mail addresses quoted as "example at the rate of example.com").
  • In Indonesian, it is usually et. Variations exist – especially if verbal communication is very noisy – such as and (both meaning ' A'), (' A'), and (most rarely) (' A').
  • In , it is (meaning 'at') or (meaning 'at sign').
  • In , it is ('') or , sometimes at (pronounced more often and rarely ) or .
  • In Japanese, it is called (, from the English words at mark). The word is , a loan word from the English language.
  • In , it is officially called айқұлақ (aıqulaq, 'moon's ear').
  • In , it is called golbaeng-i (골뱅이, meaning 'whelk'), a dialectal form of .
  • In Kurdish, it is at or et (Latin Hawar script), ئەت (Perso-Arabic ) coming from the English word at.
  • In , it is pronounced the same as in English, but, since in Latvian is written as "e" (not "a" as in English), it is sometimes written as et.
  • In Lithuanian, it is pronounced eta (equivalent to the English at).
  • In it used to be called Afeschwanz ('monkey tail'), but due to widespread use, it is now called at, as in English.
  • In Macedonian, it is called (majmunče, , 'little monkey').
  • In , it is called alias when it is used in names and when it is used in email addresses, di being the Malay word for 'at'. It is also commonly used to abbreviate which means 'or', 'either'.
  • In Morse code, it is known as a "commat", consisting of the Morse code for the "A" and "C" which run together as one character: . The symbol was added in 2004 for use with email addresses, the only official change to Morse code since World War I.
  • In , the symbol is called "at the rate." Commonly, people will give their email addresses by including the phrase "at the rate".
  • In Norwegian, it is officially called krøllalfa ('curly ' or 'alpha twirl'), and commonly as alfakrøll. Sometimes snabel-a, the Swedish/Danish name (which means 'trunk A', as in 'elephant's trunk'), is used. Commonly, people will call the symbol (as in English), particularly when giving their email addresses. The computer manufacturer used it as the command prompt, and it was often called "grisehale" (pig's tail).
  • In , it is ات, at, from the English word.
  • In , it is commonly called ('monkey'). Rarely, the English word at is used.
  • In Portuguese, it is called (from the Arabic ar-roub, ). The word is also used for a weight measure in Portuguese. One arroba is equivalent to 32 old Portuguese pounds, approximately , and both the weight and the symbol are called arroba. In Brazil, are still priced by the arroba – now rounded to . This naming is because the at sign was used to represent this measure.
  • In Romanian, it is most commonly called at, but also colloquially called maimuță]] ("monkey tail") or a-rond. The latter is commonly used, and it comes from the word round (from its shape), but that is nothing like the mathematical symbol A-rond (rounded A). Others call it aron, or la (Romanian word for 'at').

  • In , it is commonly called собачка (sobachka – 'little dog').
  • In , it is called (ludo A – 'crazy A'), (majmunče – 'little monkey'), or (majmun – 'monkey').
  • In , it is called ('rollmop', a pickled fish roll, as in Czech).
  • In , it is called afna (an informal word for 'monkey').
  • In countries, it is called (from the Arabic ar-roub, which denotes a pre-metric unit of weight).
  • In Sámi (North Sámi), it is called bussáseaibi meaning 'cat's tail'.
  • In , it is called (''s trunk A') or simply at, as in the English language. Less formally it is also known as ('') or alfakrull (' curl').
  • In , it is commonly called Affenschwanz ('monkey-tail'). However, the use of the English word at has become increasingly popular in Swiss German, as with Standard German.
  • In , the word means 'and', so the symbol is used like an ampersand in colloquial writing such as text messages (e.g. magluto @ kumain, 'cook and eat').
  • In , it is commonly called at, as in English.
  • In , it is commonly called et, a variant pronunciation of English at.
  • In Ukrainian, it is commonly called ет (et – 'at') or Равлик (ravlyk), which means 'snail'.
  • In , it is اٹ (at).
  • In , it is commonly called kuchukcha ('little dog').
  • In Vietnamese, it is called ('bent A') in and ('hooked A') in .
  • In , it is sometimes known as a malwen or (both meaning "snail").


Unicode
Https://www.w3.org/TR/html4/sgml/entities.html ("The following sections present the complete lists of character entity references." Https://www.w3.org/TR/2014/CR-html5-20140731/syntax.html#named-character-references ("commat;").


Variants

See also


Notes

External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
2s Time